LOAD CDMUSIC

This command will play CD Audio music stored on your CD.

  Syntax
LOAD CDMUSIC Track Number,Music Number
  Parameters
Track Number
Integer
The CD Audio track number must be specified and loaded before it can be played. Only one CD Audio track can be loaded and played at any one time. To play a new track, you must delete a previously loaded track before loading the new one
Music Number
Integer
The music number to use for the cd track

  Returns

This command does not return a value.

  Description

The CD Audio track must be specified and loaded before it can be played. Only one CD Audio track can be loaded and played at any one time. To play a new track, you must delete a previously loaded track before loading the new one. The parameters must be specified using integer values.

  Example Code
cls
load cdmusic 1,1
Play music 1
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index